home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 123 / CD Gamer Issue 123 (June 2003) (Disc 2).ISO / intro.dxr / 00053_game 5.ls < prev    next >
Encoding:
Text File  |  2003-04-15  |  242 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member("item 5 high")
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member("Item 5")
  9. end
  10.  
  11. on mouseUp
  12.   go(1, "net")
  13. end
  14.